home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 October / macformat-1998-10.iso / CMiFree ƒ / features.dxr / 00030_ReturnButton.ls < prev    next >
Encoding:
Text File  |  1998-07-13  |  146 b   |  9 lines

  1. on mouseUp
  2.   repeat with x = 1 to 120
  3.     set the puppet of sprite x to 0
  4.   end repeat
  5.   puppetSound(1, 0)
  6.   puppetSound(0)
  7.   go("FeatDummy")
  8. end
  9.